All Questions
124 questions
0votes
0answers
30views
Python Selenium with Opera raising An existing connection was forcibly closed by the remote host error
I am trying to run Opera browser with Python, this is my code: from selenium.webdriver.chrome import service as OperaService from selenium.webdriver.chrome.options import Options as OperaOptions from ...
0votes
1answer
1kviews
Python Selenium Error - Sandbox cannot access executable
I wanted to make a automatic login bot with Python and Selenium, but I keep getting an Error. from selenium import webdriver from selenium.webdriver.chrome.options import Options options = Options() ...
1vote
1answer
76views
Selenium WebDriver Click Leads to White Page Instead of Expected Content
I am using Selenium WebDriver with Chrome to automate interactions on a website. My script successfully clicks a button on the page, which is expected to navigate to a new page. However, instead of ...
1vote
1answer
43views
How To Expand You Tube Description Box With "...more" button
I am trying to create a Selenium script for a project where I want to check the description box of Youtube channel but despite my efforts I am unable to click "...more" button Correctly and ...
1vote
0answers
26views
TypeError: test_quantity_item_update() missing 1 required positional argument: 'driver'
I have this issue in my code using Selenium and Python I receive this error: Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm Community Edition 2024.2.1\plugins\...
1vote
1answer
59views
Getting Index out of range error while trying to scrape product code from a website (Using Python & Selenium)
Issue Description: I am trying to automate a process where I can visit a website and scrape product details of top 100 products on that page and put it in an excel file. Code Explanation: I have a ...
0votes
0answers
62views
Clicking an invisible checkbox using Selenium Python
I have a problem with clicking checkboxes in a site. I had a working script that found checkboxes and later clicked them, but now the site had an update and the elements are different. The checkbox ...
0votes
0answers
21views
Dynamic XPATH loop exiting
So there is a button whoes XPATH changes based on the time, I found the pattern and devised a method to click the button no matter the time. x=1 while x < 10: try: driver.find_element(By.XPATH, ...
0votes
2answers
60views
web automation in python using selenium webdriver
Error: Youtube opens and closes without executing the operations. Is there any way we can place chromedriver in selenium file or any other way out. I tried this .: import selenium from selenium ...
0votes
2answers
94views
The directly pasted XPATH of a link into selenium is leading to another link
I am automating the login and profile completion of a Linkden profile. I have been able to get to the home page and past the login page. I am trying to go to the profile page by simulating the click ...
0votes
0answers
79views
Problems with loop error handling in Python
I'm having problems with the following implementation, my process_state_inclusion function should follow the following flow: step 1, step 1.2, step 1.3, step 1.4 if the state_inclusion button is not ...
0votes
1answer
46views
Encountering a problem to interact with a weird button which is a combobox (select)
The problem is, The which I click the button it shows me a dropdown menu but the option elements are not visible in DOM. In this case, how can I solve it ? The website is: https://www.pump.fun/board ...
0votes
0answers
341views
FedEx Login fails with Selenium
I'm currently working on automating the login process for FedEx using Selenium. The automation process runs smoothly up to the point where the bot clicks the login button. However, after clicking, it ...
4votes
5answers
33kviews
ChromeDriver is outdated, how do i update it?
Im currently learning Selenium automation with python and im using chromedriver. Im having an issue running this simple script: from selenium import webdriver from selenium.webdriver.chrome.service ...
0votes
1answer
407views
Version 117.0.5938.150 Selenium Error: 'WebDriver.init() got multiple values for argument 'options' when passing proxies
I'm encountering an issue with the latest version of Selenium when trying to pass proxies using SeleniumWire. The error message I'm getting is "WebDriver.init() got multiple values for argument '...